Organize solution and project files to be more streamlined#430
Organize solution and project files to be more streamlined#430Hirogen merged 1 commit intoLogExperts:Developmentfrom
Conversation
7d4887d to
7e8783a
Compare
Imran-imtiaz48
left a comment
There was a problem hiding this comment.
This pull request introduces improved logging and version management in the build initialization process. The code now logs the assembly version details—specifically AssemblyVersion, AssemblyFileVersion, and AssemblyInformationalVersion—providing clearer traceability of the build’s output. Additionally, the logic for updating the AssemblyInfo.cs file is streamlined through the use of regular expressions to replace version strings, followed by verbose logs that output the entire content of AssemblyInfo.cs after modification. This approach not only enhances transparency, but also aids in debugging and auditing version changes. Overall, these changes contribute to better maintainability and traceability of version information during the build process, and the additional logging is a valuable improvement for diagnosing versioning issues.
No description provided.